130 likes | 243 Vues
This guide covers fundamental HTML concepts essential for web development. You'll learn how to structure web pages using various elements such as headings, paragraphs, lists, and links. The basics of formatting text with bold and italic styles, creating line breaks, and using HTML tags for better presentation will also be discussed. Gain a solid foundation in HTML to enhance your web projects and improve your understanding of how websites function.
E N D
open close command
<b> </b> bold letters <i> </i> italic letters <br> line break <p> 2 line breaks <hr> line to separate segments in a document (such as under the title) <strike></strike> strike through text <center></center<left></left> align text<right></right> <ul><li>adsflk unordered list</ul> <ol><li>asdlkf ordered list</ol>
http://www.w3.org/MarkUp/ http://archive.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimerAll.html http://www.ncsu.edu/it/edu/html_trng/html_basics.html http://www.w3.org/MarkUp/Guide/ http://werbach.com/barebones/