Веб Дизайн, графический дизайн и разработка веб сайтов
15 subscribers
9 photos
2 files
29 links
Начиная с нуля: Adobe Illustrator, Adobe XD, Figma, HTML/CSS/JS/PHP/MySQL
Download Telegram
Channel name was changed to «Веб Дизайн, графический дизайн и разработка веб сайтов»
В интернете тысячи платформ где вы можете монетизировать свои знания. Продавать свои дизайны, шрифты, скрипты и готовые решения.
Обучаю рисовать вот такие иллюстрации
Составьте план на неделю, что будете изучать, как будете изучать? Исходя из этого плана, планируйте свое время. Для изучения HTML вам понадобиться максимум 2 недели, в день по 30 минут на изучение и 1.5 часа на практику. Без практики не научитесь. Побольше практики.
Semantic HTML
Semantic element clearly describes its meaning to both the browser and the developer. In HTML, semantic element are the type of elements that can be used to define different parts of a web page such as <form>, <table>, <article>, <header>, <footer>, etc.

https://cs.fyi/guide/writing-semantic-html

https://www.w3schools.com/html/html5_semantic_elements.asp
Шпаргалки для начинающего
верстальщика HTML/CSS

Автор
: Эберт Елена
Год издания: 2021

#html #css #ru

Скачать книгу
Forwarded from Берлога программиста | Веб и не только
This media is not supported in your browser
VIEW IN TELEGRAM
Подборка эффектов наведения

Реализовано с помощью HTML и CSS

🔗 Код: Codepen

👉 @trends_frontend | #эффект
🚀 Excited to announce our new Beginner Frontend Development Course! 🌐

Learn HTML, CSS, JavaScript, responsive design, version control, and more! Perfect for anyone looking to start their web development journey. 💻

#frontend #webdevelopment #html #css #js
HTML (HyperText Markup Language)

Purpose: HTML is the backbone of any web page. It provides the structure and content.
Key Features:
Elements and Tags: Building blocks of HTML (e.g., <h1>, <p>, <a>, <img>)
Attributes: Provide additional information about elements (e.g., href, src, alt)
Document Structure: Includes the <!DOCTYPE html>, <html>, <head>, and <body> tags.
2. CSS (Cascading Style Sheets)

Purpose: CSS is used to style and layout web pages, making them visually appealing.
Key Features:
Selectors: Target HTML elements (e.g., element, .class, #id)
Properties and Values: Define styles (e.g., color, font-size, margin)
Layouts: Use Flexbox and Grid to create responsive designs.
Media Queries: Make designs responsive to different screen sizes.