Tumgik
#Learn CSS
codingflicks · 5 months
Text
Tumblr media
CSS Focus Blur Text on Hover
7 notes · View notes
divinector · 7 months
Text
Tumblr media
CSS Responsive Web Layout Join Telegram
3 notes · View notes
starberryjournal · 6 months
Text
PLAY/PAUSE BUTTON
Tumblr media
I'M SOOOOOOO PROUD OF THIS LMAO!! I DID IT YESTERDAY(2023.10.26 ) AND I'M GONNA ADD ALL THE DETAILS NEXT!!
the animal crossing video is from whimsisadie
Right now, i'm working on the volume button and hope I'm gonna post the result soon :3!! sooooo stay soon~
Tumblr media Tumblr media Tumblr media
2 notes · View notes
sannastudies · 1 year
Text
Tumblr media
Current Coding Study Goal - Introduction to CSS & Intermediate CSS
I am currently working on a Udemy Course by Dr. Angela, called "The complete 2022 Web Development Bootcamp".
I am still pretty much at the beginning, having completed Introduction to HTML & Intermediate HTML.
Right now, i'm in the Middle of the Introduction to CSS - today I have completed: - external CSS - How to debug CSS Code I have also played around and gotten a bit familiar with the Chrome Developer Tools & I managed to solve both Debugging Exercises which were part of the Course Material!
Ideally, I want to finish the Introduction tomorrow, so I can move to the next section & thus the next bunch of lessons on Intermediate CSS.
While i have never been one of the cool kids who whipped up crazy cool Tumblr Themes all by themselves I still used some HTML back then as well, so CSS and HTML come to me quite naturally so far - with some Trial & Error and reading Documentation I usually get by well.
Fingers crossed it will remain this way! ( . u . )
9 notes · View notes
webtutorsblog · 1 year
Text
Learn HTML Tags with WebTutor.dev: Your Ultimate Resource for Web Development Tutorials
HTML (Hypertext Markup Language) is the backbone of the web. It is the standard markup language used to create web pages. HTML consists of a series of tags that define the structure and content of a web page. In this blog post, we will dive deeper into HTML tags, what they are, and how they work.
Tumblr media
HTML tags are the building blocks of a web page. They are used to define the structure and content of a web page. HTML tags are surrounded by angle brackets (<>) and are written in lowercase. There are two types of HTML tags: opening tags and closing tags. An opening tag is used to start a tag, and a closing tag is used to end it. For example, the opening tag for a paragraph is <p>, and the closing tag is </p>.
HTML tags can also have attributes, which provide additional information about the tag. Attributes are included in the opening tag and are written as name-value pairs. For example, the <img> tag is used to embed an image on a web page. The src attribute is used to specify the URL of the image. The alt attribute is used to provide a description of the image for users who cannot see it.
HTML tags can be used to define headings, paragraphs, links, images, lists, tables, forms, and more. Here are some examples of commonly used HTML tags:
<html>: Defines the document as an HTML document
<head>: Defines the head section of the document, which contains metadata such as the page title and links to external files
<title>: Defines the title of the document, which appears in the browser's title bar
<body>: Defines the body section of the document, which contains the content of the page
<h1> to <h6>: Defines HTML headings of different sizes, with <h1> being the largest and <h6> being the smallest
<p>: Defines a paragraph
<a>: Defines a hyperlink to another web page or a specific location on the same page
<img>: Defines an image to be displayed on the page
<ul> and <ol>: Defines unordered and ordered lists, respectively
<table>: Defines a table
<form>: Defines a form for user input
<br>: Inserts a line break
<hr>: Inserts a horizontal rule
<strong>: Defines text as important or emphasized
<em>: Defines text as emphasized
<blockquote>: Defines a block of quoted text
<cite>: Defines the title of a work, such as a book or movie
<code>: Defines a piece of code
<pre>: Defines preformatted text, which preserves spaces and line breaks
<sup> and <sub>: Defines superscript and subscript text, respectively
<div>: Defines a section of the page for grouping content
<span>: Defines a small section of text within a larger block of text for styling purposes
Learning HTML can seem daunting, but with the right resources, it can be easy and enjoyable. One such resource is WebTutor.dev, an online platform that provides tutorials on web development, including HTML. The tutorials are easy to follow and provide a hands-on learning experience. The platform also offers quizzes to test your knowledge and a community forum to connect with other learners and ask questions.
In conclusion, HTML tags are the building blocks of a web page. They define the structure and content of a web page and can be used to create headings, paragraphs, links, images, lists, tables, forms, and more. If you are interested in learning HTML, check out WebTutor.dev for easy-to-follow tutorials and a supportive community of learners.
2 notes · View notes
rileys-characters · 2 years
Text
I really need to find some good tutorials, I can't find a single one I can understand/one that works.
Tumblr media
7 notes · View notes
purposecode · 2 years
Text
How to loop through an array in Javascript?
1)- What is an array?
An array is a variable in JavaScript used to store data. Arrays are used when we have a large list of data and we want to store it to access it one by one.
For more information about arrays, how to create them in JavaScript and how to add, remove elements and join multiple arrays please check the following tutorial: https://purpose-code.com/javascript-arrays-how-and-what/
2)- How to loop through an array?
1)- For loop
To loop through an array the 1st common method is to use the for loop method.
The for loop method will run through the elements of the array, but it does not look for the element itself, but for its index/position in the array.
Let’s take an example to see how for loop works exactly.
To continue reading you can check the complete article below:
https://purpose-code.com/how-to-loop-through-an-array-in-javascript/
5 notes · View notes
bedicoder · 1 year
Text
Glowing Search Box Form Effect using HTML & CSS
youtube
3 notes · View notes
codenewbies · 2 years
Photo
Tumblr media
Responsive Skills Section Design
3 notes · View notes
codesorcerer · 2 years
Text
SIMPLE CALCULATOR MADE BY JAVASCRIPT
Tumblr media
In this post we show you how you can make Simple Calculator using HTML CSS & Javascript only. Try to implement it and make more useful.
SOURCE CODE
3 notes · View notes
ucodeonline · 2 years
Link
2 notes · View notes
codingflicks · 3 months
Text
Tumblr media
Animated Search bar CSS
2 notes · View notes
divinector · 8 months
Text
Tumblr media
CSS Responsive Website Layout Join Telegram
2 notes · View notes
starberryjournal · 7 months
Text
FIRST WEBSITE :3!!
I still need to learn how to make it possible for me to post there :(((!! If anyone know how to do it please help me!! I also need to make the follow button works :3!! I'm slowly learning (´▽`ʃ♡ƪ)
All what i need to do ↴
Make the post button work
make it possible to follow someone there
need to finish the whole website >w<!!
Tumblr media
6 notes · View notes
socraft · 2 years
Link
Thinking of learning some web development? Read this first!  Our newest blog at SoCraft briefly describes the basics 🌐 HTML, CSS, and JavaScript must be visualised to be understood. Here, we describe a framework that will help you 🧐
4 notes · View notes
dmitrypro77 · 2 years
Link
2 notes · View notes