Jump to content

So i just learned basics of HTML.


Go to solution Solved by TheArmKing,

7 posts in this topic

Recommended Posts

Posted

ive learned the basics of HTML, i was wondering if anyone would give me an idea to make as an extrasize.

don't make it to easy but not to hard either.

 

and btw, do you think i should directly go to CSS?

 

thanks.

Posted

Yeah go straight to CSS.

 

CSS should be easy :p

if you have learned CSS can yo help me for a sec, i dont understand this 

 

 

 <link href="/style.css" type="text/css" rel="stylesheet" >
  • Solution
Posted

 

if you have learned CSS can yo help me for a sec, i dont understand this 

 

 

 <link href="/style.css" type="text/css" rel="stylesheet" >

href is the attribute for the linked document, so you link a document on the internet. Type, formerly know as MIME Type specified the type of the linked document.  Rel is mostly 'stylesheet' everywhere just basically telling that the document is a style sheet. 

 

Rel is required, it's mandatory but as of HTML 5, you don't really need type.

 

Hope I helped ! :)

Posted

HTML/CSS is preddy easy. Took me half a year to understand basics and to build simple sites. I'm already quite accustomed to the language along with JavaScript/jQuery and PHP.

 

I moved on to Python and C/C#/C++ cause it'll help me a lot more :3

Posted

href is the attribute for the linked document, so you link a document on the internet. Type, formerly know as MIME Type specified the type of the linked document.  Rel is mostly 'stylesheet' everywhere just basically telling that the document is a style sheet. 

 

Rel is required, it's mandatory but as of HTML 5, you don't really need type.

 

Hope I helped ! :)

Thank you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines