Study Notes For HTML 5
HTML: Hyper text Markup Language
html= content of website
Why: Because for content
Where to write code: VS code
How we run it: we write the code and cs run it.
When we write it : whenever you want element so we need to write the code.
Setup VS Code: font size, autosave(file>autosafe), live server(extenstion), theme, icon pack(Material Icons), browser setup(vs code setting for default browser that is Brave Browser)
index.html
boilerplate code: essential to write it (press ! the enter we received code below)
<html></html> wrapper tags
<head></head> instruction tags
<body></body> to show content on website
Tags: <tag>
h1-h6 <h1> </h1 >
p
b
i
sup
sub
br
hr
ol
ul
li
img
a
forms
div
input
class



Comments
Post a Comment