Don't spam here...
Correct answer will be mark as Brainlist...
answer it fast...
Answers
Answer:
- HTML means - HYPER TEXT MARKUP LANGUAGE (it is the most commonly used in making websites)
- head means heading
- title - the topic of a given presentation ( it will be bold automatically because we had used the head and title tag)
- then head close this means that upper part has ended and now we will start the body or next information.
- here we starts body , BG colour means - background colour of your website , it will be red as you had typed the red. here you can also use font like black coffee and size like 7 and alignment like left margin or right.
- here p stands for paragraph , that we want to start a paragraph , it will automatically write as a paragraph. ( we can also use br , u tags which are for break line and underline respectively).
- you will write what you want to write in your paragraph and remember paragraph tag is an empty tag ( br is also a empty tag while u is not ) empty tag means we don't have to close that particular tag in the ending.
- then you had given the address or location of your image you want to insert on your website and what should be it's width and height.
- IMG tag closed.
- body closed
- html closed
And this completes are question , this would be of 5 marks question in your exam or in practical.
Also learn ordered and unordered list , they can also come ( they had came in my exams when I was little)
Hope this helps you brother or sister...( ꈍᴗꈍ)
Answer:
‽
Explanation:
The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.
HTML metadata is data about the HTML document. Metadata is not displayed.
Metadata typically define the document title, character set, styles, scripts, and other meta information.
The <title> element defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab.
The <title> element is required in HTML documents!
The contents of a page title is very important for search engine optimization (SEO)! The page title is used by search engine algorithms to decide the order when listing pages in search results.
The <title> element:
defines a title in the browser toolbarprovides a title for the page when it is added to favoritesdisplays a title for the page in search engine-results
So, try to make the title as accurate and meaningful as possible!