The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tutorial: SEO Friendly HTML BoilerPlate
ArCs Cyber
post Jan 6 2022, 02:18 AM
Post #1


Newbie
*

Group: Members
Posts: 10
Joined: 5-January 22
Member No.: 28,216



CODE

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Chapter 1</title>
        <meta name="description" content="This is the boiler plate code for html tutorial">
        <meta name="keywords" content="html, css, tutorials">
        <meta name="author" content="Alpha Coding">
        <meta name="vurport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <p>This is our first html page.</p>
    </body>
</html>

for video tutorial and explanation kindly follow the link below
https://www.shahrukhsheikh.in/2022/01/video...-html-file.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jan 6 2022, 02:39 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



What is the purpose of this thread? The link leads to a blog post with no other content than embedding the following Youtube video: https://www.youtube.com/watch?v=QnI1ELAX33k

QUOTE
CODE
<meta name="vurport" content="width=device-width, initial-scale=1.0">

Viewport is spelled wrong (also in the video).

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ArCs Cyber
post Jan 7 2022, 01:14 AM
Post #3


Newbie
*

Group: Members
Posts: 10
Joined: 5-January 22
Member No.: 28,216



QUOTE(Christian J @ Jan 6 2022, 02:39 PM) *

What is the purpose of this thread? The link leads to a blog post with no other content than embedding the following Youtube video: https://www.youtube.com/watch?v=QnI1ELAX33k

QUOTE
CODE
<meta name="vurport" content="width=device-width, initial-scale=1.0">

Viewport is spelled wrong (also in the video).


thanks for correcting must be a typo mistake
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th April 2024 - 07:11 AM