Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Shrikant Dhayje
Shrikant Dhayje

Posted on • Edited on • Originally published atcodewithshriekdj.netlify.app

     

Building Website from Scratch - Part 3

So Now I Am gonna Try to Change Code WithVS Code ( Visual Studio Code ) Editor.

The VS Code Have also There own Boilerplate for HTML File Which I Am Gonna Use and It Will Look Like Given Below.

<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width, initial-scale=1.0"><title>Hello World</title></head><body><h1>Hello World</h1></body></html>
Enter fullscreen modeExit fullscreen mode

Here<html lang="en"> will inform the Website is in English Language just Like the Language Code for Hindi is hiLanguage Code List.

Some Other Changes

I Also Added the Given Below Code In the File

<divclass="wrapper"><headerclass="header">Website Header</header><navclass="nav"><ahref="#">Home</a><br/><ahref="#">About</a><br/><ahref="#">Contact</a><br/></nav></div>
Enter fullscreen modeExit fullscreen mode

I Made The<header></header> and<nav></nav> tag separate because i like it that way and added them in wrapper div tag.

header tag can be used for Website Logo as Image Or Name.

nav tag is for the links within the site

All The Three<meta> are something like a additional information for site and Soms Configuration of the Site for all types of screens.

Site Looks like this Image.

Screenshot of the Simple Site

Pull Request

GitHub Repo

GitHub logo shriekdj / site-from-scratch

Here I Will Create My Site from Start to Finish.

Here I Will Create My Site from Start to Finish.

I Will Now Speed Up The Process.




Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I'm a software developer from India. :india:I live in Shrirampur City, Maharastra :india:I'm currently learning Back-end Web Developing via Python Programming Language.
  • Location
    Shrirampur City, Maharashtra State, India
  • Education
    BCA Graduate at CD Jain College, Shrirampur Affiliated to S. P. Pune University, Maharashtra, India
  • Work
    Full Stack Web Dev at Indiacom (Tellme Digiinfotech), Pune, India
  • Joined

More fromShrikant Dhayje

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp