HTML
-HTML stands for HyperText Markup Language.
-
- Things inside
<>
s are called tags and Tags nearly always come in pairs: an opening tag and a closing tag. - -whenever you open one, you should close it.
- -Everything in our HTML file will go between the opening
<html>
and closing</html>
tags. - -there two part .this is head and body
- -The head contains information about your HTML file, like its title.
- <head></head>
- -The body is where you put your content, such as text, images, and links
- -There are six heading sizes, where
<h1>
is the boss and<h6>
is puny! - ex:<h1> </h1> -------> <h6></h6>
- -What if you wanted to send the user to another part of your website, or another website altogether? You use hyperlinks, or links for short!
- <a></a>
- -You can add images to your websites to make them look fancy.
- <img src="" />
- -add links and images to your website.
- <a><img src = "" ></a>
Không có nhận xét nào:
Đăng nhận xét