Warning: Creating default object from empty value in /home/msbabu/public_html/wp-content/themes/Newssmart/lib/ReduxCore/inc/class.redux_filesystem.php on line 29
html এর মৌলিক বিষয়

April 26, 2024, 5:03 am

স্বাগতম:
আমার ব্লগে আপনাকে স্বাগতম। সামাজিক আচরণ করুন, সকল-কে ক্ষমা সুন্দর দৃষ্টিতে দেখুন।

html এর মৌলিক বিষয়

Basic Construction of an HTML Page

These tags should be placed underneath each other at the top of every HTML page that you create.

<!DOCTYPE html> — This tag specifies the language you will write on the page. In this case, the language is HTML 5.

<html> — This tag signals that from here on we are going to write in HTML code.

<head> — This is where all the metadata for the page goes — stuff mostly meant for search engines and other computer programs.

<body> — This is where the content of the page goes.

<!DOCTYPE html>

<html lang=”en”>

<head>

    <meta charset=”UTF-8″>

    <title>Document</title>

</head>

<body>

</body>

</html>

They are as follows:

ElementMeaningPurpose
<h1>HeadlineHighlight text headline (h1 to h6)
<del> DeleteHighlight Delete mark
<b>BoldHighlight important information
<strong>StrongSimilarly to bold, to highlight key text
<i>ItalicTo denote text
<em>Emphasised TextUsually used as image captions
<mark>Marked TextHighlight the background of the text
<small>Small TextTo shrink the text
<strike>Striked Out TextTo place a horizontal line across the text
<u>Underlined TextUsed for links or text highlights
<ins>Inserted TextDisplayed with an underline to show an inserted text
<sub>Subscript TextTypographical stylistic choice
<sup>Superscript TextAnother typographical presentation style
  

These tags must be opened and closed around the text in question.

Please Share This Post in Your Social Media

© All rights reserved 2020 msbabu.com

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wccp_main_settings' not found or invalid function name in /home/msbabu/public_html/wp-includes/class-wp-hook.php on line 324

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'right_click_premium_settings' not found or invalid function name in /home/msbabu/public_html/wp-includes/class-wp-hook.php on line 324

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wccp_css_settings' not found or invalid function name in /home/msbabu/public_html/wp-includes/class-wp-hook.php on line 324