Download presentation
Presentation is loading. Please wait.
Published byAmber Preston Modified over 8 years ago
1
Basic HTML Page 1
2
First Open Windows Notepad to type your HTML code 2
3
Four essential elements DTD- Document Type Definition/Declaration Declares to the browser what type of document it is opening HTML- everything in an HTML page, outside the DTD, is enclosed in the HTML element Head- anything needed to make a page work but does not display in the web page itself (links, style sheets, etc.) Body- everything that displays in the web page (text, images, media…) 3
4
“tags” Tags open and close elements All tags open with < All tags close with > Closing tags that close an element end with /element> 4
5
Basic HTML format 5
6
Title The webpage title goes in the “head” section It displays in the title bar of the web browser tab Examples My first webpage! Check out my first webpage! 6
7
How to open your webpage online Open Notepad Type code Save file Html Filename extension: JoeWebsite.html Save as Type= “All Files” or “HTML” if it’s an option. Open browser “File”, “open file”, select your saved file 7
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.