codedamn

First HTML Page

Created by Codedamn about a year ago

0

No description provided

25 Comments

    2

    Writing Hello World isn't that simple what it looks like in the video By writing “Hello World” to a .html file and save it you will be able to see a Hello World in your browser. However this isn’t the best way to do that. You might not see any problem but you miss the required HTML Skeleton tags. The browser may render your code without the skeleton but your code might get some error if you are actually doing a webpage. And the last reason is you’ll get simply fired from any job if you don’t know how to properly write HTML.


    So what is the HTML Skeleton?

    <!DOCTYPE html> <html> <head> <meta charset=”UTF-8” /> <title>Your Webpage Title</title> <head> <body>

    Hello World!

    </body> </html>


    As you can see the “Hello World” is in the body section. All the contents what you want to show will go into the body section and various information about the document goes into the head section. Like giving the title or setting charachter sets. Don’t think that these thing can be dropped just because the browser automatically sets it.

    The doctype must be set at the very top for every ML (Markup Language) in order to tell the browser what language are you using. (html, xhtml, xml, svg and so on) These are all markup languages.

    @adamg94

    Adam Gulyas

    @adamg94

    0

    **Problem while splitting the window ** When I try to code in visual code by splitting the window the video automatically stops & not reload till I refresh the page. Can anyone tell me the problem.

    @raptor446

    Ayush jaiswal

    @raptor446

    0

    WOW I AM FAN OF NOTEPAD ++

    @pradan

    R. Pradan 8A

    @pradan

    0

    👍like

    @damodharan

    Prasanna Prabhu

    @damodharan

    1

    I understand that these mini-lessons are meant for true beginners; however, I feel that at least a cursory mention of the frame of a ' .HTML ' doc would be important. even though Notepad++ / VSC & here will run the ' hello world' It does so only because the browser is smart enough to fill in the necessary elements/tags. I'm sure this will be discussed but again. perhaps a cursory glance at what the bare bones are for this to function properly.

    @cad0382

    Charles

    @cad0382

    0

    Useless information.

    @aatif

    Aatif

    @aatif

    0

    I was following this and it didn't work idk if I did anything wrong also does the browser I use matter?

    @megaman27

    Wolf

    @megaman27

    0

    hi bro one question this is a full stack developer course so after this course completed can we in a stage to implement/understand the above set up? from FE to BE

    @velkumar

    Vel Kumar

    @velkumar

    0

    found client side error to creating playground workspace for HTML.

    @vaishnavi9

    Vaishnavi

    @vaishnavi9

    0

    Very Great Video Guys : ) BEST WEBSITE ( CODEDAMN ) IF YOU ARE BEGINNER AT PROGRAMMING : )

    @harinazrekar

    Hari Nazrekar

    @harinazrekar

    0

    #D2

    @yuki

    Yuva Kishore Bhashyam

    @yuki

    0

    Thanks

    @kaspank

    Pankaj Kashyap

    @kaspank

    0

    this is much easier than I thought. Thank you lots

    @meyfae

    CAROLINA DEFANTI

    @meyfae

    0

    the inbuilt code editor of codedamn is as light as a leaf and is easy to use. very helpful for beginners.

    @sravantg

    sravan teja

    @sravantg

    0

    Local server : python -m SimpleHTPServer 4444 python -m http.server 3333 php -S 127.0.0.1:5555

    @000srini000

    S.SRINIVASAN

    @000srini000

show more answers
Your comment