[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

My friend told me that you can learn everything about html &

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 24
Thread images: 1

File: Code monkey.jpg (104KB, 926x1074px) Image search: [Google]
Code monkey.jpg
104KB, 926x1074px
is this true?
>>
>>59584665
Pretty much.
>>
>>59584665
yep, you can start with: https://www.w3schools.com/html/default.asp and just skimp through
>>
>>59584665
That picture is unreasonably arousing
>>
Everything to make a simple website?
Sure, 20 mins.
Everything to make your simple website work on most browsers without everything fucking it up?
About 2 years of hard work.
>>
You don't even need to learn HTML nor CSS, you just need to figure it out.
With some autism I was able to rice my site:
http://archive.is/HpRPX
>>
>>59584847
or 5 minutes on google to find a template you like, and then 2 hours messing with the code to get a grasp of how everything works.
>>
Yes, it's not a programming language
>>
>>59584665
Google "Front End Developer's Handbook 2017" it has everything you need to know and is free
>>
>>59584665
No, there's more to know about html&css than what you can learn in 20 mins
>>
>>59584665
I'll teach you in 5 seconds.
HTML:
<!DOCTYPE html>
<root-element>
<head>
<meta-element></meta-element> <!-- won`t be displayed with the default CSS on the page -->
</head>
<body>
<element parameter parameter-w="value"></element>
</body>
</root-element>

CSS:
match-all-elements{
rule: value;
rule2: value;
}
.class{
/* statements */
}
#id{}
*{
/* anything matches */
}
a, b{
/* both a and b */
}
a b{
/* all b in a */
}
a > b{
/* b with a parents */
}
a[attribute]
[attribute=value]
:pseudo-selector

>>59584897
CSS is actually a turing-complete programming language
>>
>>59585006
Unironically great answer.
>>
>>59584665
If you have some inkling of competence, yes.
>>
There's a module called "fundamentals of HTML" at my uni. Are they gonna teach me HTML for a whole semester?
>>
You can learn the syntax, but I doubt you'll create anything worthwhile with that knowledge.
>>
>>59584665
Who is this nut slut?
>>
>>59584665
html?

maybe...

css?

lolno
>>
>>59585344
they'll teach you nothing but garbage and bad design.

possibly even table layouts (cancer)
>>
>>59585006
Some team made the original mario game with the ladders using only css n html, so u could play it n sht
>>
>>59585006
One thing to add:

a.b {
/* all a that has class b */
}
>>
>>59588180
Madoka
>>
yeah that's true OP
>>
>>59584665
Everything? No. Basics? Yes.
>>
Bootstrap or some skeleton CSS will help make your page look 100x better with a proper grid system and small CSS improvements. With them, you an hammer out a site in fucking minutes.

Along with Flask, I dev utility sites for myself within a few hours.
Thread posts: 24
Thread images: 1


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.